home *** CD-ROM | disk | FTP | other *** search
- Path: castle.nando.net!news
- From: actuary@nando.net (Bill McCarthy)
- Newsgroups: comp.lang.c
- Subject: Re: Help with expressions
- Date: 24 Jan 1996 22:29:43 GMT
- Organization: News & Observer Public Access
- Message-ID: <4e6bsn$ee8@castle.nando.net>
- References: <4e15ct$bfs@news.xmission.com>
- Reply-To: actuary@nando.net (Bill McCarthy)
- NNTP-Posting-Host: vyger901.nando.net
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <4e15ct$bfs@news.xmission.com>, Blair Tingey <btingey@xmission.com> writes:
- >I am currently trying to implement expression evaluation in a project I
- >am doing. Could anyone help me or direct me to a ftp or web site where
- >I could get some information and/or examples of how one might start to
- >do this.
-
- Pick up a copy of Bjarne Stroustrup's "The C++ Programming Language"
- second edition. There is a good explanation with code for a simple
- calculator program which should get you started. Although it is C++,
- this example is fairly easy to translate to C.
-
- Bill McCarthy
- actuary@nando.net
- Wendell, NC USA
-